home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #12 / CD 12 (Black) - 2001.iso / Tools / Properties Plus / PPLUS165.EXE / PPSHLEXT.EXE / 0 / RCDATA / TFRMCONTINUE / TFRMCONTINUE.txt
Encoding:
Text File  |  1998-05-15  |  1.6 KB  |  79 lines

  1. object frmContinue: TfrmContinue
  2.   Left = 242
  3.   Top = 124
  4.   BorderStyle = bsDialog
  5.   Caption = '∩┐╜m∩┐╜F'
  6.   ClientHeight = 120
  7.   ClientWidth = 420
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object lblMsg2: TLabel
  17.     Left = 16
  18.     Top = 40
  19.     Width = 385
  20.     Height = 17
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     ParentShowHint = False
  24.     ShowHint = False
  25.   end
  26.   object lblMsg1: TLabel
  27.     Left = 16
  28.     Top = 16
  29.     Width = 385
  30.     Height = 17
  31.     AutoSize = False
  32.     ParentShowHint = False
  33.     ShowHint = False
  34.   end
  35.   object lblMsg3: TLabel
  36.     Left = 16
  37.     Top = 64
  38.     Width = 385
  39.     Height = 17
  40.     Alignment = taCenter
  41.     AutoSize = False
  42.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜≡æ▒é∩┐╜∩┐╜▄é∩┐╜∩┐╜∩┐╜?'
  43.   end
  44.   object btnOK: TButton
  45.     Left = 231
  46.     Top = 93
  47.     Width = 88
  48.     Height = 22
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 0
  53.     OnClick = btnOKClick
  54.   end
  55.   object btnCancel: TButton
  56.     Left = 327
  57.     Top = 93
  58.     Width = 88
  59.     Height = 22
  60.     Cancel = True
  61.     Caption = '∩┐╜L∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜Z∩┐╜∩┐╜'
  62.     ModalResult = 2
  63.     TabOrder = 1
  64.     OnClick = btnCancelClick
  65.     OnKeyPress = btnCancelKeyPress
  66.   end
  67.   object btnContinue: TButton
  68.     Left = 8
  69.     Top = 93
  70.     Width = 215
  71.     Height = 22
  72.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜G∩┐╜∩┐╜∩┐╜[∩┐╜∩┐╜∩┐╜b∩┐╜Z∩┐╜[∩┐╜W∩┐╜∩┐╜\∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╚é∩┐╜(&A)'
  73.     Default = True
  74.     ModalResult = 1
  75.     TabOrder = 2
  76.     OnClick = btnContinueClick
  77.   end
  78. end
  79.